pub enum AttributeSide {
Server,
Client,
Either,
}Variants§
Trait Implementations§
Source§impl Clone for AttributeSide
impl Clone for AttributeSide
Source§fn clone(&self) -> AttributeSide
fn clone(&self) -> AttributeSide
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 AttributeSide
Source§impl Debug for AttributeSide
impl Debug for AttributeSide
impl Eq for AttributeSide
Source§impl PartialEq for AttributeSide
impl PartialEq for AttributeSide
impl StructuralPartialEq for AttributeSide
Auto Trait Implementations§
impl Freeze for AttributeSide
impl RefUnwindSafe for AttributeSide
impl Send for AttributeSide
impl Sync for AttributeSide
impl Unpin for AttributeSide
impl UnsafeUnpin for AttributeSide
impl UnwindSafe for AttributeSide
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