pub struct SourceNewsroomKeyRequest {}Expand description
Source fetches keys for the newsroom
This is the first request in step 5 of the spec.
Auto Trait Implementations§
impl Freeze for SourceNewsroomKeyRequest
impl RefUnwindSafe for SourceNewsroomKeyRequest
impl Send for SourceNewsroomKeyRequest
impl Sync for SourceNewsroomKeyRequest
impl Unpin for SourceNewsroomKeyRequest
impl UnsafeUnpin for SourceNewsroomKeyRequest
impl UnwindSafe for SourceNewsroomKeyRequest
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