pub struct BufAttachOpts { /* private fields */ }
Expand description
Options passed to Buffer::attach
.
Implementations§
Source§impl BufAttachOpts
impl BufAttachOpts
Sourcepub fn builder() -> BufAttachOptsBuilder
pub fn builder() -> BufAttachOptsBuilder
Creates a new BufAttachOptsBuilder
.
Trait Implementations§
Source§impl Clone for BufAttachOpts
impl Clone for BufAttachOpts
Source§fn clone(&self) -> BufAttachOpts
fn clone(&self) -> BufAttachOpts
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 Debug for BufAttachOpts
impl Debug for BufAttachOpts
Source§impl Default for BufAttachOpts
impl Default for BufAttachOpts
Source§fn default() -> BufAttachOpts
fn default() -> BufAttachOpts
Returns the “default value” for a type. Read more
Source§impl From<&BufAttachOpts> for Dictionary
impl From<&BufAttachOpts> for Dictionary
Source§fn from(opts: &BufAttachOpts) -> Self
fn from(opts: &BufAttachOpts) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for BufAttachOpts
impl RefUnwindSafe for BufAttachOpts
impl !Send for BufAttachOpts
impl !Sync for BufAttachOpts
impl Unpin for BufAttachOpts
impl UnwindSafe for BufAttachOpts
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