pub struct ContextEntityRef {
pub entity_type: String,
pub id: u64,
}Fields§
§entity_type: String§id: u64Trait Implementations§
Source§impl Clone for ContextEntityRef
impl Clone for ContextEntityRef
Source§fn clone(&self) -> ContextEntityRef
fn clone(&self) -> ContextEntityRef
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 ContextEntityRef
impl Debug for ContextEntityRef
impl Eq for ContextEntityRef
Source§impl PartialEq for ContextEntityRef
impl PartialEq for ContextEntityRef
impl StructuralPartialEq for ContextEntityRef
Auto Trait Implementations§
impl Freeze for ContextEntityRef
impl RefUnwindSafe for ContextEntityRef
impl Send for ContextEntityRef
impl Sync for ContextEntityRef
impl Unpin for ContextEntityRef
impl UnsafeUnpin for ContextEntityRef
impl UnwindSafe for ContextEntityRef
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