pub struct WriterSlotBinding(/* private fields */);Expand description
Immutable facts for a slot in a validated writable mapping.
Trait Implementations§
Source§impl Clone for WriterSlotBinding
impl Clone for WriterSlotBinding
Source§fn clone(&self) -> WriterSlotBinding
fn clone(&self) -> WriterSlotBinding
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 moreimpl Copy for WriterSlotBinding
Source§impl Debug for WriterSlotBinding
impl Debug for WriterSlotBinding
impl Eq for WriterSlotBinding
Source§impl PartialEq for WriterSlotBinding
impl PartialEq for WriterSlotBinding
impl StructuralPartialEq for WriterSlotBinding
Auto Trait Implementations§
impl Freeze for WriterSlotBinding
impl RefUnwindSafe for WriterSlotBinding
impl Send for WriterSlotBinding
impl Sync for WriterSlotBinding
impl Unpin for WriterSlotBinding
impl UnsafeUnpin for WriterSlotBinding
impl UnwindSafe for WriterSlotBinding
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