pub enum ScpProtocol {
Scp02,
Scp03,
}Variants§
Trait Implementations§
Source§impl Clone for ScpProtocol
impl Clone for ScpProtocol
Source§fn clone(&self) -> ScpProtocol
fn clone(&self) -> ScpProtocol
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 ScpProtocol
Auto Trait Implementations§
impl Freeze for ScpProtocol
impl RefUnwindSafe for ScpProtocol
impl Send for ScpProtocol
impl Sync for ScpProtocol
impl Unpin for ScpProtocol
impl UnsafeUnpin for ScpProtocol
impl UnwindSafe for ScpProtocol
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