pub struct ResolvedSynapse {
pub url: String,
pub token_secret: Option<String>,
}Expand description
Resolved synapse: URL + optional auth token
Fields§
§url: String§token_secret: Option<String>Auto Trait Implementations§
impl Freeze for ResolvedSynapse
impl RefUnwindSafe for ResolvedSynapse
impl Send for ResolvedSynapse
impl Sync for ResolvedSynapse
impl Unpin for ResolvedSynapse
impl UnsafeUnpin for ResolvedSynapse
impl UnwindSafe for ResolvedSynapse
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