pub struct OutbindBuilder { /* private fields */ }Implementations§
Source§impl OutbindBuilder
impl OutbindBuilder
pub fn new() -> OutbindBuilder
pub fn system_id(self, system_id: COctetString<1, 16>) -> OutbindBuilder
pub fn password(self, password: COctetString<1, 9>) -> OutbindBuilder
pub fn build(self) -> Outbind
Trait Implementations§
Source§impl Debug for OutbindBuilder
impl Debug for OutbindBuilder
Source§impl Default for OutbindBuilder
impl Default for OutbindBuilder
Source§fn default() -> OutbindBuilder
fn default() -> OutbindBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for OutbindBuilder
impl RefUnwindSafe for OutbindBuilder
impl Send for OutbindBuilder
impl Sync for OutbindBuilder
impl Unpin for OutbindBuilder
impl UnwindSafe for OutbindBuilder
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more