pub struct PageContentBinWriteArgs { /* private fields */ }Expand description
Named arguments for the BinWrite::write_options implementation of PageContent.
Implementations§
Source§impl PageContentBinWriteArgs
impl PageContentBinWriteArgs
Sourcepub fn builder() -> PageContentBinWriteArgBuilder<Needed>
pub fn builder() -> PageContentBinWriteArgBuilder<Needed>
Creates a new builder for this type.
Trait Implementations§
Source§impl Clone for PageContentBinWriteArgs
impl Clone for PageContentBinWriteArgs
Source§fn clone(&self) -> PageContentBinWriteArgs
fn clone(&self) -> PageContentBinWriteArgs
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl NamedArgs for PageContentBinWriteArgs
impl NamedArgs for PageContentBinWriteArgs
Auto Trait Implementations§
impl Freeze for PageContentBinWriteArgs
impl RefUnwindSafe for PageContentBinWriteArgs
impl Send for PageContentBinWriteArgs
impl Sync for PageContentBinWriteArgs
impl Unpin for PageContentBinWriteArgs
impl UnwindSafe for PageContentBinWriteArgs
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more