Enum cyfs_lib::NONProtocol
source · [−]pub enum NONProtocol {
Native,
Meta,
Sync,
HttpBdt,
HttpLocal,
HttpLocalAuth,
DatagramBdt,
DataBdt,
}
Variants
Native
Meta
Sync
HttpBdt
HttpLocal
HttpLocalAuth
DatagramBdt
DataBdt
Implementations
Trait Implementations
sourceimpl Clone for NONProtocol
impl Clone for NONProtocol
sourcefn clone(&self) -> NONProtocol
fn clone(&self) -> NONProtocol
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for NONProtocol
impl Debug for NONProtocol
sourceimpl FromStr for NONProtocol
impl FromStr for NONProtocol
sourceimpl PartialEq<NONProtocol> for NONProtocol
impl PartialEq<NONProtocol> for NONProtocol
sourceimpl ToString for NONProtocol
impl ToString for NONProtocol
impl Eq for NONProtocol
impl StructuralEq for NONProtocol
impl StructuralPartialEq for NONProtocol
Auto Trait Implementations
impl RefUnwindSafe for NONProtocol
impl Send for NONProtocol
impl Sync for NONProtocol
impl Unpin for NONProtocol
impl UnwindSafe for NONProtocol
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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