pub struct BranchpointId(/* private fields */);
Trait Implementations§
Source§impl Clone for BranchpointId
impl Clone for BranchpointId
Source§fn clone(&self) -> BranchpointId
fn clone(&self) -> BranchpointId
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 BranchpointId
impl Debug for BranchpointId
Source§impl Default for BranchpointId
impl Default for BranchpointId
Source§fn default() -> BranchpointId
fn default() -> BranchpointId
Returns the “default value” for a type. Read more
Source§impl From<BranchpointId> for u8
impl From<BranchpointId> for u8
Source§fn from(id: BranchpointId) -> u8
fn from(id: BranchpointId) -> u8
Converts to this type from the input type.
Source§impl From<BranchpointId> for usize
impl From<BranchpointId> for usize
Source§fn from(id: BranchpointId) -> usize
fn from(id: BranchpointId) -> usize
Converts to this type from the input type.
Source§impl From<u8> for BranchpointId
impl From<u8> for BranchpointId
Source§fn from(val: u8) -> BranchpointId
fn from(val: u8) -> BranchpointId
Converts to this type from the input type.
Source§impl From<usize> for BranchpointId
impl From<usize> for BranchpointId
Source§fn from(val: usize) -> BranchpointId
fn from(val: usize) -> BranchpointId
Converts to this type from the input type.
Source§impl Hash for BranchpointId
impl Hash for BranchpointId
Source§impl PartialEq for BranchpointId
impl PartialEq for BranchpointId
impl Copy for BranchpointId
impl Eq for BranchpointId
impl StructuralPartialEq for BranchpointId
Auto Trait Implementations§
impl Freeze for BranchpointId
impl RefUnwindSafe for BranchpointId
impl Send for BranchpointId
impl Sync for BranchpointId
impl Unpin for BranchpointId
impl UnwindSafe for BranchpointId
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