Struct ofdb_entities::links::CustomLink
source · [−]Fields
url: Urltitle: Option<String>description: Option<String>Implementations
sourceimpl CustomLink
impl CustomLink
Trait Implementations
sourceimpl Clone for CustomLink
impl Clone for CustomLink
sourcefn clone(&self) -> CustomLink
fn clone(&self) -> CustomLink
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for CustomLink
impl Debug for CustomLink
sourceimpl From<Url> for CustomLink
impl From<Url> for CustomLink
sourceimpl PartialEq<CustomLink> for CustomLink
impl PartialEq<CustomLink> for CustomLink
sourcefn eq(&self, other: &CustomLink) -> bool
fn eq(&self, other: &CustomLink) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
impl Eq for CustomLink
impl StructuralEq for CustomLink
impl StructuralPartialEq for CustomLink
Auto Trait Implementations
impl RefUnwindSafe for CustomLink
impl Send for CustomLink
impl Sync for CustomLink
impl Unpin for CustomLink
impl UnwindSafe for CustomLink
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more