pub struct AllocatePushTransportResponse {
pub transport_configuration: Option<TransportConfiguration>,
}Fields§
§transport_configuration: Option<TransportConfiguration>Trait Implementations§
Auto Trait Implementations§
impl Freeze for AllocatePushTransportResponse
impl RefUnwindSafe for AllocatePushTransportResponse
impl Send for AllocatePushTransportResponse
impl Sync for AllocatePushTransportResponse
impl Unpin for AllocatePushTransportResponse
impl UnwindSafe for AllocatePushTransportResponse
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