pub struct InternalLinkTypeBackground {
pub background_name: String,
}
Expand description
The link is a link to a background. Call searchBackground with the given background name to process the link
Fields§
§background_name: String
Name of the background
Trait Implementations§
Source§impl Clone for InternalLinkTypeBackground
impl Clone for InternalLinkTypeBackground
Source§fn clone(&self) -> InternalLinkTypeBackground
fn clone(&self) -> InternalLinkTypeBackground
Returns a copy of the value. Read more
1.0.0 · 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 InternalLinkTypeBackground
impl Debug for InternalLinkTypeBackground
Source§impl Default for InternalLinkTypeBackground
impl Default for InternalLinkTypeBackground
Source§fn default() -> InternalLinkTypeBackground
fn default() -> InternalLinkTypeBackground
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for InternalLinkTypeBackground
impl<'de> Deserialize<'de> for InternalLinkTypeBackground
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for InternalLinkTypeBackground
Auto Trait Implementations§
impl Freeze for InternalLinkTypeBackground
impl RefUnwindSafe for InternalLinkTypeBackground
impl Send for InternalLinkTypeBackground
impl Sync for InternalLinkTypeBackground
impl Unpin for InternalLinkTypeBackground
impl UnwindSafe for InternalLinkTypeBackground
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