pub struct R2fHandshakeSuccessArgs<'a> {
pub relay_auth_nonce: Option<WIPOffset<&'a str>>,
pub devices: Option<WIPOffset<Vector<'a, ForwardsUOffset<R2fHandshakeDevice<'a>>>>>,
}
Fields§
§relay_auth_nonce: Option<WIPOffset<&'a str>>
§devices: Option<WIPOffset<Vector<'a, ForwardsUOffset<R2fHandshakeDevice<'a>>>>>
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for R2fHandshakeSuccessArgs<'a>
impl<'a> RefUnwindSafe for R2fHandshakeSuccessArgs<'a>
impl<'a> Send for R2fHandshakeSuccessArgs<'a>
impl<'a> Sync for R2fHandshakeSuccessArgs<'a>
impl<'a> Unpin for R2fHandshakeSuccessArgs<'a>
impl<'a> UnwindSafe for R2fHandshakeSuccessArgs<'a>
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