pub struct GraphId(/* private fields */);Expand description
Opaque GraphID for identifying compression graphs
Implementations§
Trait Implementations§
impl Copy for GraphId
impl Eq for GraphId
Auto Trait Implementations§
impl Freeze for GraphId
impl RefUnwindSafe for GraphId
impl Send for GraphId
impl Sync for GraphId
impl Unpin for GraphId
impl UnwindSafe for GraphId
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