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