pub struct LinkHintFormat {
pub deprecated: bool,
}Expand description
Representation of object for the “format” field of the Link Hints.
Fields§
§deprecated: boolImplementations§
Source§impl LinkHintFormat
impl LinkHintFormat
Sourcepub fn with_deprecated(self) -> Self
pub fn with_deprecated(self) -> Self
Specify a deprecated value.
Trait Implementations§
Source§impl Debug for LinkHintFormat
impl Debug for LinkHintFormat
Source§impl Default for LinkHintFormat
impl Default for LinkHintFormat
Source§fn default() -> LinkHintFormat
fn default() -> LinkHintFormat
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LinkHintFormat
impl RefUnwindSafe for LinkHintFormat
impl Send for LinkHintFormat
impl Sync for LinkHintFormat
impl Unpin for LinkHintFormat
impl UnwindSafe for LinkHintFormat
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