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