Enum scratchstack_aspen::AwsPrincipal
source · [−]Variants
Account(String)
Any
Arn(Arn)
Trait Implementations
sourceimpl Clone for AwsPrincipal
impl Clone for AwsPrincipal
sourcefn clone(&self) -> AwsPrincipal
fn clone(&self) -> AwsPrincipal
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for AwsPrincipal
impl Debug for AwsPrincipal
sourceimpl<'de> Deserialize<'de> for AwsPrincipal
impl<'de> Deserialize<'de> for AwsPrincipal
sourcefn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl Display for AwsPrincipal
impl Display for AwsPrincipal
sourceimpl FromStr for AwsPrincipal
impl FromStr for AwsPrincipal
type Err = AspenError
type Err = AspenError
The associated error which can be returned from parsing.
sourceimpl PartialEq<AwsPrincipal> for AwsPrincipal
impl PartialEq<AwsPrincipal> for AwsPrincipal
sourcefn eq(&self, other: &AwsPrincipal) -> bool
fn eq(&self, other: &AwsPrincipal) -> bool
sourceimpl Serialize for AwsPrincipal
impl Serialize for AwsPrincipal
impl Eq for AwsPrincipal
impl StructuralEq for AwsPrincipal
impl StructuralPartialEq for AwsPrincipal
Auto Trait Implementations
impl RefUnwindSafe for AwsPrincipal
impl Send for AwsPrincipal
impl Sync for AwsPrincipal
impl Unpin for AwsPrincipal
impl UnwindSafe for AwsPrincipal
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more