pub enum ServerLinkLabel {
BuiltIn(i32),
Custom(String),
}Variants§
Trait Implementations§
Source§impl Clone for ServerLinkLabel
impl Clone for ServerLinkLabel
Source§fn clone(&self) -> ServerLinkLabel
fn clone(&self) -> ServerLinkLabel
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 moreSource§impl Debug for ServerLinkLabel
impl Debug for ServerLinkLabel
Source§impl PartialEq for ServerLinkLabel
impl PartialEq for ServerLinkLabel
Source§fn eq(&self, other: &ServerLinkLabel) -> bool
fn eq(&self, other: &ServerLinkLabel) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ServerLinkLabel
Auto Trait Implementations§
impl Freeze for ServerLinkLabel
impl RefUnwindSafe for ServerLinkLabel
impl Send for ServerLinkLabel
impl Sync for ServerLinkLabel
impl Unpin for ServerLinkLabel
impl UnsafeUnpin for ServerLinkLabel
impl UnwindSafe for ServerLinkLabel
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