pub struct customersConfiguration;Trait Implementations§
Source§impl Field for customersConfiguration
impl Field for customersConfiguration
Source§impl HasField<customersConfiguration> for Organization
impl HasField<customersConfiguration> for Organization
Source§type Type = JSONObject
type Type = JSONObject
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for customersConfiguration
impl RefUnwindSafe for customersConfiguration
impl Send for customersConfiguration
impl Sync for customersConfiguration
impl Unpin for customersConfiguration
impl UnwindSafe for customersConfiguration
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