pub struct ReverseServerId(pub Arc<str>);Expand description
Identifier for a reverse server. This is the user-supplied
id = "..." from the [[reverse_servers]] TOML block.
Tuple Fields§
§0: Arc<str>Trait Implementations§
Source§impl Clone for ReverseServerId
impl Clone for ReverseServerId
Source§fn clone(&self) -> ReverseServerId
fn clone(&self) -> ReverseServerId
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 ReverseServerId
impl Debug for ReverseServerId
Source§impl Display for ReverseServerId
impl Display for ReverseServerId
impl Eq for ReverseServerId
Source§impl From<&str> for ReverseServerId
impl From<&str> for ReverseServerId
Source§impl Hash for ReverseServerId
impl Hash for ReverseServerId
Source§impl PartialEq for ReverseServerId
impl PartialEq for ReverseServerId
impl StructuralPartialEq for ReverseServerId
Auto Trait Implementations§
impl Freeze for ReverseServerId
impl RefUnwindSafe for ReverseServerId
impl Send for ReverseServerId
impl Sync for ReverseServerId
impl Unpin for ReverseServerId
impl UnsafeUnpin for ReverseServerId
impl UnwindSafe for ReverseServerId
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.