pub struct GetAllDomainsVariablesFields;
Implementations§
Trait Implementations§
impl QueryVariablesFields for GetAllDomainsVariablesFields
impl VariableMatch<GetAllDomainsVariablesFields> for GetAllDomainsVariablesFields
Auto Trait Implementations§
impl Freeze for GetAllDomainsVariablesFields
impl RefUnwindSafe for GetAllDomainsVariablesFields
impl Send for GetAllDomainsVariablesFields
impl Sync for GetAllDomainsVariablesFields
impl Unpin for GetAllDomainsVariablesFields
impl UnwindSafe for GetAllDomainsVariablesFields
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