pub struct GuardRequest {
pub text: String,
pub source_context: String,
pub mode: Option<String>,
}Fields§
§text: String§source_context: String§mode: Option<String>Trait Implementations§
Source§impl Clone for GuardRequest
impl Clone for GuardRequest
Source§fn clone(&self) -> GuardRequest
fn clone(&self) -> GuardRequest
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GuardRequest
impl Debug for GuardRequest
Auto Trait Implementations§
impl Freeze for GuardRequest
impl RefUnwindSafe for GuardRequest
impl Send for GuardRequest
impl Sync for GuardRequest
impl Unpin for GuardRequest
impl UnsafeUnpin for GuardRequest
impl UnwindSafe for GuardRequest
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