pub struct customerCount;Trait Implementations§
Source§impl Field for customerCount
impl Field for customerCount
Source§impl HasField<customerCount> for Organization
impl HasField<customerCount> for Organization
Auto Trait Implementations§
impl Freeze for customerCount
impl RefUnwindSafe for customerCount
impl Send for customerCount
impl Sync for customerCount
impl Unpin for customerCount
impl UnwindSafe for customerCount
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