pub struct CharSocketUds { /* private fields */ }
Implementations§
Source§impl CharSocketUds
impl CharSocketUds
Sourcepub fn builder() -> CharSocketUdsBuilder
pub fn builder() -> CharSocketUdsBuilder
Create an instance of CharSocketUds
using the builder syntax
Trait Implementations§
Source§impl Default for CharSocketUds
impl Default for CharSocketUds
Source§fn default() -> CharSocketUds
fn default() -> CharSocketUds
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CharSocketUds
impl RefUnwindSafe for CharSocketUds
impl Send for CharSocketUds
impl Sync for CharSocketUds
impl Unpin for CharSocketUds
impl UnwindSafe for CharSocketUds
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