pub struct LedgerDecl {
pub name: Ident,
pub entry_schema: Ident,
pub partition_field: Ident,
pub retain_seconds: u64,
pub shared: bool,
pub span: SourceSpan,
}Fields§
§name: Ident§entry_schema: Ident§partition_field: Ident§retain_seconds: u64§span: SourceSpanTrait Implementations§
Source§impl Clone for LedgerDecl
impl Clone for LedgerDecl
Source§fn clone(&self) -> LedgerDecl
fn clone(&self) -> LedgerDecl
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 LedgerDecl
impl Debug for LedgerDecl
impl Eq for LedgerDecl
Source§impl PartialEq for LedgerDecl
impl PartialEq for LedgerDecl
impl StructuralPartialEq for LedgerDecl
Auto Trait Implementations§
impl Freeze for LedgerDecl
impl RefUnwindSafe for LedgerDecl
impl Send for LedgerDecl
impl Sync for LedgerDecl
impl Unpin for LedgerDecl
impl UnsafeUnpin for LedgerDecl
impl UnwindSafe for LedgerDecl
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