pub struct SecMarker {
pub name: String,
}Expand description
A SecMarker directive.
Fields§
§name: StringMarker name.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SecMarker
impl RefUnwindSafe for SecMarker
impl Send for SecMarker
impl Sync for SecMarker
impl Unpin for SecMarker
impl UnwindSafe for SecMarker
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