pub struct ArrowType(/* private fields */);Implementations§
Source§impl ArrowType
impl ArrowType
pub const BOX: ArrowType
pub const CROW: ArrowType
pub const DIAMOND: ArrowType
pub const DOT: ArrowType
pub const INV: ArrowType
pub const NONE: ArrowType
pub const NORMAL: ArrowType
pub const TEE: ArrowType
pub const VEE: ArrowType
pub const ODOT: ArrowType
pub const INVDOT: ArrowType
pub const INVODOT: ArrowType
pub const OBOX: ArrowType
pub const ODIAMOND: ArrowType
Trait Implementations§
impl Copy for ArrowType
impl Eq for ArrowType
impl StructuralPartialEq for ArrowType
Auto Trait Implementations§
impl Freeze for ArrowType
impl RefUnwindSafe for ArrowType
impl Send for ArrowType
impl Sync for ArrowType
impl Unpin for ArrowType
impl UnwindSafe for ArrowType
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