pub struct GetSupportedDMBuilder { /* private fields */ }Implementations§
Source§impl GetSupportedDMBuilder
impl GetSupportedDMBuilder
pub const fn new() -> Self
pub fn with_obj_paths(self, obj_paths: Vec<String>) -> Self
pub const fn with_first_level_only(self, first_level_only: bool) -> Self
pub const fn with_return_commands(self, return_commands: bool) -> Self
pub const fn with_return_events(self, return_events: bool) -> Self
pub const fn with_return_params(self, return_params: bool) -> Self
pub const fn with_return_unique_key_sets( self, return_unique_key_sets: bool, ) -> Self
pub fn build(self) -> Result<Body>
Trait Implementations§
Source§impl Clone for GetSupportedDMBuilder
impl Clone for GetSupportedDMBuilder
Source§fn clone(&self) -> GetSupportedDMBuilder
fn clone(&self) -> GetSupportedDMBuilder
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for GetSupportedDMBuilder
impl RefUnwindSafe for GetSupportedDMBuilder
impl Send for GetSupportedDMBuilder
impl Sync for GetSupportedDMBuilder
impl Unpin for GetSupportedDMBuilder
impl UnwindSafe for GetSupportedDMBuilder
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