pub enum BeltConnectionType {
Input,
Output,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for BeltConnectionType
impl Clone for BeltConnectionType
Source§fn clone(&self) -> BeltConnectionType
fn clone(&self) -> BeltConnectionType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for BeltConnectionType
Source§impl Debug for BeltConnectionType
impl Debug for BeltConnectionType
Source§impl Default for BeltConnectionType
impl Default for BeltConnectionType
impl Eq for BeltConnectionType
Source§impl From<BeltConnectionType> for LuaAny
impl From<BeltConnectionType> for LuaAny
Source§fn from(_: BeltConnectionType) -> Self
fn from(_: BeltConnectionType) -> Self
Converts to this type from the input type.
Source§impl From<BeltConnectionType> for &'static str
impl From<BeltConnectionType> for &'static str
Source§fn from(value: BeltConnectionType) -> Self
fn from(value: BeltConnectionType) -> Self
Converts to this type from the input type.
Source§impl Hash for BeltConnectionType
impl Hash for BeltConnectionType
Source§impl PartialEq for BeltConnectionType
impl PartialEq for BeltConnectionType
Source§impl PartialEq<&str> for BeltConnectionType
impl PartialEq<&str> for BeltConnectionType
Source§impl PartialEq<BeltConnectionType> for &str
impl PartialEq<BeltConnectionType> for &str
impl StructuralPartialEq for BeltConnectionType
Auto Trait Implementations§
impl Freeze for BeltConnectionType
impl RefUnwindSafe for BeltConnectionType
impl Send for BeltConnectionType
impl Sync for BeltConnectionType
impl Unpin for BeltConnectionType
impl UnsafeUnpin for BeltConnectionType
impl UnwindSafe for BeltConnectionType
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