pub struct VtxoId(/* private fields */);Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for VtxoId
impl<'de> Deserialize<'de> for VtxoId
Source§fn deserialize<D: Deserializer<'de>>(d: D) -> Result<Self, D::Error>
fn deserialize<D: Deserializer<'de>>(d: D) -> Result<Self, D::Error>
Deserialize this value from the given Serde deserializer. Read more
Source§impl Ord for VtxoId
impl Ord for VtxoId
Source§impl PartialOrd for VtxoId
impl PartialOrd for VtxoId
impl Copy for VtxoId
impl Eq for VtxoId
impl StructuralPartialEq for VtxoId
Auto Trait Implementations§
impl Freeze for VtxoId
impl RefUnwindSafe for VtxoId
impl Send for VtxoId
impl Sync for VtxoId
impl Unpin for VtxoId
impl UnwindSafe for VtxoId
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