pub struct GlobalEntity(/* private fields */);Trait Implementations§
Source§impl BigMapKey for GlobalEntity
impl BigMapKey for GlobalEntity
Source§impl Clone for GlobalEntity
impl Clone for GlobalEntity
Source§fn clone(&self) -> GlobalEntity
fn clone(&self) -> GlobalEntity
Returns a duplicate 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 Debug for GlobalEntity
impl Debug for GlobalEntity
Source§impl Hash for GlobalEntity
impl Hash for GlobalEntity
Source§impl PartialEq for GlobalEntity
impl PartialEq for GlobalEntity
Source§impl Serde for GlobalEntity
impl Serde for GlobalEntity
impl Copy for GlobalEntity
impl Eq for GlobalEntity
impl StructuralPartialEq for GlobalEntity
Auto Trait Implementations§
impl Freeze for GlobalEntity
impl RefUnwindSafe for GlobalEntity
impl Send for GlobalEntity
impl Sync for GlobalEntity
impl Unpin for GlobalEntity
impl UnwindSafe for GlobalEntity
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