pub struct DropSecuritySubjectStatement {
pub token: Token,
pub kind: SecuritySubjectKindSyntax,
pub name: Identifier,
pub behavior: DropBehaviorSyntax,
}Fields§
§token: Token§kind: SecuritySubjectKindSyntax§name: Identifier§behavior: DropBehaviorSyntaxTrait Implementations§
Source§impl Clone for DropSecuritySubjectStatement
impl Clone for DropSecuritySubjectStatement
Source§fn clone(&self) -> DropSecuritySubjectStatement
fn clone(&self) -> DropSecuritySubjectStatement
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 DropSecuritySubjectStatement
impl Debug for DropSecuritySubjectStatement
impl StructuralPartialEq for DropSecuritySubjectStatement
Auto Trait Implementations§
impl Freeze for DropSecuritySubjectStatement
impl RefUnwindSafe for DropSecuritySubjectStatement
impl Send for DropSecuritySubjectStatement
impl Sync for DropSecuritySubjectStatement
impl Unpin for DropSecuritySubjectStatement
impl UnsafeUnpin for DropSecuritySubjectStatement
impl UnwindSafe for DropSecuritySubjectStatement
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