pub struct AllOf {
pub schemes: Vec<Url>,
}
Fields§
§schemes: Vec<Url>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AllOf
impl RefUnwindSafe for AllOf
impl Send for AllOf
impl Sync for AllOf
impl Unpin for AllOf
impl UnwindSafe for AllOf
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