pub struct InstanceIdentifierSpecification { /* private fields */ }Expand description
“instance-identifier-specification”.
Implementations§
Source§impl InstanceIdentifierSpecification
impl InstanceIdentifierSpecification
pub fn require_instance(&self) -> &Option<RequireInstanceStmt>
Trait Implementations§
Source§impl Clone for InstanceIdentifierSpecification
impl Clone for InstanceIdentifierSpecification
Source§fn clone(&self) -> InstanceIdentifierSpecification
fn clone(&self) -> InstanceIdentifierSpecification
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 PartialEq for InstanceIdentifierSpecification
impl PartialEq for InstanceIdentifierSpecification
Source§fn eq(&self, other: &InstanceIdentifierSpecification) -> bool
fn eq(&self, other: &InstanceIdentifierSpecification) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for InstanceIdentifierSpecification
Auto Trait Implementations§
impl Freeze for InstanceIdentifierSpecification
impl RefUnwindSafe for InstanceIdentifierSpecification
impl Send for InstanceIdentifierSpecification
impl Sync for InstanceIdentifierSpecification
impl Unpin for InstanceIdentifierSpecification
impl UnwindSafe for InstanceIdentifierSpecification
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