pub struct TaintedSignal {
pub name: String,
pub label: SecurityLabel,
}Fields§
§name: String§label: SecurityLabelTrait Implementations§
Source§impl Clone for TaintedSignal
impl Clone for TaintedSignal
Source§fn clone(&self) -> TaintedSignal
fn clone(&self) -> TaintedSignal
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for TaintedSignal
impl RefUnwindSafe for TaintedSignal
impl Send for TaintedSignal
impl Sync for TaintedSignal
impl Unpin for TaintedSignal
impl UnsafeUnpin for TaintedSignal
impl UnwindSafe for TaintedSignal
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