pub struct RejectAttributes {
pub reason: Option<String>,
}Fields§
§reason: Option<String>Trait Implementations§
Source§impl Clone for RejectAttributes
impl Clone for RejectAttributes
Source§fn clone(&self) -> RejectAttributes
fn clone(&self) -> RejectAttributes
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 RejectAttributes
impl Debug for RejectAttributes
Source§impl Default for RejectAttributes
impl Default for RejectAttributes
Source§fn default() -> RejectAttributes
fn default() -> RejectAttributes
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RejectAttributes
impl RefUnwindSafe for RejectAttributes
impl Send for RejectAttributes
impl Sync for RejectAttributes
impl Unpin for RejectAttributes
impl UnwindSafe for RejectAttributes
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