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