pub struct Twiml { /* private fields */ }
Implementations§
Auto Trait Implementations§
impl Freeze for Twiml
impl RefUnwindSafe for Twiml
impl Send for Twiml
impl Sync for Twiml
impl Unpin for Twiml
impl UnwindSafe for Twiml
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