pub struct ServerLink {
pub label: ServerLinkLabel,
pub url: String,
}Expand description
Ссылка сервера
Fields§
§label: ServerLinkLabel§url: StringTrait Implementations§
Source§impl Buffer for ServerLink
impl Buffer for ServerLink
Source§impl Clone for ServerLink
impl Clone for ServerLink
Source§fn clone(&self) -> ServerLink
fn clone(&self) -> ServerLink
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 ServerLink
impl Debug for ServerLink
Source§impl PartialEq for ServerLink
impl PartialEq for ServerLink
Source§fn eq(&self, other: &ServerLink) -> bool
fn eq(&self, other: &ServerLink) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ServerLink
Auto Trait Implementations§
impl Freeze for ServerLink
impl RefUnwindSafe for ServerLink
impl Send for ServerLink
impl Sync for ServerLink
impl Unpin for ServerLink
impl UnsafeUnpin for ServerLink
impl UnwindSafe for ServerLink
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