Enum ipfs_embed::Direction
source · [−]pub enum Direction {
Inbound,
Outbound,
}
Variants
Inbound
Outbound
Trait Implementations
sourceimpl From<&ConnectedPoint> for Direction
impl From<&ConnectedPoint> for Direction
sourcefn from(cp: &ConnectedPoint) -> Self
fn from(cp: &ConnectedPoint) -> Self
Converts to this type from the input type.
impl Copy for Direction
impl Eq for Direction
impl StructuralEq for Direction
impl StructuralPartialEq for Direction
Auto Trait Implementations
impl RefUnwindSafe for Direction
impl Send for Direction
impl Sync for Direction
impl Unpin for Direction
impl UnwindSafe for Direction
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more