pub struct Ledger { /* private fields */ }Expand description
The AWS::QLDB::Ledger resource type.
Trait Implementations§
Source§impl From<LedgerProperties> for Ledger
impl From<LedgerProperties> for Ledger
Source§fn from(properties: LedgerProperties) -> Ledger
fn from(properties: LedgerProperties) -> Ledger
Converts to this type from the input type.
Source§impl Resource for Ledger
impl Resource for Ledger
Source§type Properties = LedgerProperties
type Properties = LedgerProperties
Type that represents the set of properties the resource can be configured with.
Source§fn properties(&self) -> &LedgerProperties
fn properties(&self) -> &LedgerProperties
Get a reference to the properties on the resource.
Source§fn properties_mut(&mut self) -> &mut LedgerProperties
fn properties_mut(&mut self) -> &mut LedgerProperties
Get a mutable reference to the properties on the resource.
Auto Trait Implementations§
impl Freeze for Ledger
impl RefUnwindSafe for Ledger
impl Send for Ledger
impl Sync for Ledger
impl Unpin for Ledger
impl UnwindSafe for Ledger
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