pub enum CidType {
Manifest,
Feed,
}Expand description
CID-encoded reference type.
Variants§
Trait Implementations§
impl Copy for CidType
impl Eq for CidType
impl StructuralPartialEq for CidType
Auto Trait Implementations§
impl Freeze for CidType
impl RefUnwindSafe for CidType
impl Send for CidType
impl Sync for CidType
impl Unpin for CidType
impl UnsafeUnpin for CidType
impl UnwindSafe for CidType
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