pub struct canReadCustomers;Trait Implementations§
Source§impl Field for canReadCustomers
impl Field for canReadCustomers
impl HasInputField<canReadCustomers, Option<bool>> for ZendeskSettingsInput
Auto Trait Implementations§
impl Freeze for canReadCustomers
impl RefUnwindSafe for canReadCustomers
impl Send for canReadCustomers
impl Sync for canReadCustomers
impl Unpin for canReadCustomers
impl UnwindSafe for canReadCustomers
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