pub struct ConstObjectField<'a>(/* private fields */);
Implementations§
Trait Implementations§
Source§impl<'a> Clone for ConstObjectField<'a>
impl<'a> Clone for ConstObjectField<'a>
Source§fn clone(&self) -> ConstObjectField<'a>
fn clone(&self) -> ConstObjectField<'a>
Returns a copy 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<'a> ValueStoreReader<'a> for ConstObjectField<'a>
impl<'a> ValueStoreReader<'a> for ConstObjectField<'a>
type Id = ConstFieldId
impl<'a> Copy for ConstObjectField<'a>
Auto Trait Implementations§
impl<'a> Freeze for ConstObjectField<'a>
impl<'a> RefUnwindSafe for ConstObjectField<'a>
impl<'a> Send for ConstObjectField<'a>
impl<'a> Sync for ConstObjectField<'a>
impl<'a> Unpin for ConstObjectField<'a>
impl<'a> UnwindSafe for ConstObjectField<'a>
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