pub struct SetBufferOutcome { /* private fields */ }Expand description
The outcome of a set operation on the buffer store.
Implementations§
Trait Implementations§
Source§impl Clone for SetBufferOutcome
impl Clone for SetBufferOutcome
Source§fn clone(&self) -> SetBufferOutcome
fn clone(&self) -> SetBufferOutcome
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SetBufferOutcome
impl Debug for SetBufferOutcome
impl Eq for SetBufferOutcome
Source§impl PartialEq for SetBufferOutcome
impl PartialEq for SetBufferOutcome
Source§fn eq(&self, other: &SetBufferOutcome) -> bool
fn eq(&self, other: &SetBufferOutcome) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SetBufferOutcome
Auto Trait Implementations§
impl Freeze for SetBufferOutcome
impl RefUnwindSafe for SetBufferOutcome
impl Send for SetBufferOutcome
impl Sync for SetBufferOutcome
impl Unpin for SetBufferOutcome
impl UnsafeUnpin for SetBufferOutcome
impl UnwindSafe for SetBufferOutcome
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