pub struct Props<'a> { /* private fields */ }
Expand description
Client side properties - get and set properties on a remote application.
Implementations
sourceimpl<'a> Props<'a>
impl<'a> Props<'a>
sourcepub fn new<N, P, I>(
conn: &'a Connection,
name: N,
path: P,
interface: I,
timeout_ms: i32
) -> Props<'a>where
N: Into<BusName<'a>>,
P: Into<Path<'a>>,
I: Into<Interface<'a>>,
pub fn new<N, P, I>(
conn: &'a Connection,
name: N,
path: P,
interface: I,
timeout_ms: i32
) -> Props<'a>where
N: Into<BusName<'a>>,
P: Into<Path<'a>>,
I: Into<Interface<'a>>,
Create a new Props.
Auto Trait Implementations
impl<'a> !RefUnwindSafe for Props<'a>
impl<'a> !Send for Props<'a>
impl<'a> !Sync for Props<'a>
impl<'a> Unpin for Props<'a>
impl<'a> !UnwindSafe for Props<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more