pub struct LinkHintAuthSchemes {
pub scheme: String,
pub realms: Vec<String>,
}Expand description
Representation of object for the “auth-schemes” field of the Link Hints.
Fields§
§scheme: String§realms: Vec<String>Implementations§
Trait Implementations§
Source§impl Debug for LinkHintAuthSchemes
impl Debug for LinkHintAuthSchemes
Auto Trait Implementations§
impl Freeze for LinkHintAuthSchemes
impl RefUnwindSafe for LinkHintAuthSchemes
impl Send for LinkHintAuthSchemes
impl Sync for LinkHintAuthSchemes
impl Unpin for LinkHintAuthSchemes
impl UnwindSafe for LinkHintAuthSchemes
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