pub struct UpstreamOAuth2BackchannelLogout { /* private fields */ }Expand description
POST /upstream/backchannel-logout/{id}
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UpstreamOAuth2BackchannelLogout
impl RefUnwindSafe for UpstreamOAuth2BackchannelLogout
impl Send for UpstreamOAuth2BackchannelLogout
impl Sync for UpstreamOAuth2BackchannelLogout
impl Unpin for UpstreamOAuth2BackchannelLogout
impl UnwindSafe for UpstreamOAuth2BackchannelLogout
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