pub struct OwnedEndpointDefinition {
pub id: DataEndpoint,
pub name: String,
pub description: String,
pub link_local_only: bool,
}Fields§
§id: DataEndpoint§name: String§description: String§link_local_only: boolTrait Implementations§
Source§impl Clone for OwnedEndpointDefinition
impl Clone for OwnedEndpointDefinition
Source§fn clone(&self) -> OwnedEndpointDefinition
fn clone(&self) -> OwnedEndpointDefinition
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 moreAuto Trait Implementations§
impl Freeze for OwnedEndpointDefinition
impl RefUnwindSafe for OwnedEndpointDefinition
impl Send for OwnedEndpointDefinition
impl Sync for OwnedEndpointDefinition
impl Unpin for OwnedEndpointDefinition
impl UnsafeUnpin for OwnedEndpointDefinition
impl UnwindSafe for OwnedEndpointDefinition
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