pub struct PortalInvoiceList {
pub enabled: bool,
}
Fields§
§enabled: bool
Whether the feature is enabled.
Trait Implementations§
Source§impl Clone for PortalInvoiceList
impl Clone for PortalInvoiceList
Source§fn clone(&self) -> PortalInvoiceList
fn clone(&self) -> PortalInvoiceList
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 Debug for PortalInvoiceList
impl Debug for PortalInvoiceList
Source§impl Deserialize for PortalInvoiceList
impl Deserialize for PortalInvoiceList
Source§impl FromValueOpt for PortalInvoiceList
impl FromValueOpt for PortalInvoiceList
fn from_value(v: Value) -> Option<Self>
impl Copy for PortalInvoiceList
Auto Trait Implementations§
impl Freeze for PortalInvoiceList
impl RefUnwindSafe for PortalInvoiceList
impl Send for PortalInvoiceList
impl Sync for PortalInvoiceList
impl Unpin for PortalInvoiceList
impl UnwindSafe for PortalInvoiceList
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