pub enum Trg {
Dir(Ptr),
Ptr(Ptr),
}Variants§
Trait Implementations§
source§impl PartialOrd for Trg
impl PartialOrd for Trg
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for Trg
impl Eq for Trg
impl StructuralEq for Trg
impl StructuralPartialEq for Trg
Auto Trait Implementations§
impl RefUnwindSafe for Trg
impl Send for Trg
impl Sync for Trg
impl Unpin for Trg
impl UnwindSafe for Trg
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