pub struct SiprecAttributes {
pub connector_name: Option<String>,
pub name: Option<String>,
pub status_callback: Option<String>,
pub status_callback_method: Option<String>,
pub track: Option<String>,
}Fields§
§connector_name: Option<String>§name: Option<String>§status_callback: Option<String>§status_callback_method: Option<String>§track: Option<String>Trait Implementations§
Source§impl Clone for SiprecAttributes
impl Clone for SiprecAttributes
Source§fn clone(&self) -> SiprecAttributes
fn clone(&self) -> SiprecAttributes
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 moreSource§impl Debug for SiprecAttributes
impl Debug for SiprecAttributes
Source§impl Default for SiprecAttributes
impl Default for SiprecAttributes
Source§fn default() -> SiprecAttributes
fn default() -> SiprecAttributes
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SiprecAttributes
impl RefUnwindSafe for SiprecAttributes
impl Send for SiprecAttributes
impl Sync for SiprecAttributes
impl Unpin for SiprecAttributes
impl UnwindSafe for SiprecAttributes
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