pub struct RevokeStatement {
pub token: Token,
pub revoke: RevokeSyntax,
pub behavior: DropBehaviorSyntax,
}Fields§
§token: Token§revoke: RevokeSyntax§behavior: DropBehaviorSyntaxTrait Implementations§
Source§impl Clone for RevokeStatement
impl Clone for RevokeStatement
Source§fn clone(&self) -> RevokeStatement
fn clone(&self) -> RevokeStatement
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 moreSource§impl Debug for RevokeStatement
impl Debug for RevokeStatement
Source§impl Display for RevokeStatement
impl Display for RevokeStatement
Source§impl PartialEq for RevokeStatement
impl PartialEq for RevokeStatement
impl StructuralPartialEq for RevokeStatement
Auto Trait Implementations§
impl Freeze for RevokeStatement
impl RefUnwindSafe for RevokeStatement
impl Send for RevokeStatement
impl Sync for RevokeStatement
impl Unpin for RevokeStatement
impl UnsafeUnpin for RevokeStatement
impl UnwindSafe for RevokeStatement
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