pub struct GlobalVariable { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Display for GlobalVariable
impl Display for GlobalVariable
Source§impl Hash for GlobalVariable
impl Hash for GlobalVariable
Source§impl Ord for GlobalVariable
impl Ord for GlobalVariable
Source§fn cmp(&self, other: &GlobalVariable) -> Ordering
fn cmp(&self, other: &GlobalVariable) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for GlobalVariable
impl PartialEq for GlobalVariable
Source§impl PartialOrd for GlobalVariable
impl PartialOrd for GlobalVariable
impl Eq for GlobalVariable
impl StructuralPartialEq for GlobalVariable
Auto Trait Implementations§
impl Freeze for GlobalVariable
impl RefUnwindSafe for GlobalVariable
impl Send for GlobalVariable
impl Sync for GlobalVariable
impl Unpin for GlobalVariable
impl UnwindSafe for GlobalVariable
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