pub struct SubmitOAuthResponse { /* private fields */ }Implementations§
Source§impl SubmitOAuthResponse
impl SubmitOAuthResponse
pub fn provider_instance_id<T>(self, value: T) -> Self
pub fn provider_kind<T>(self, value: T) -> Self
pub fn repo_url<T>(self, value: T) -> Self
pub fn slug<T>(self, value: T) -> Self
pub fn status<T>(self, value: T) -> Self
pub fn webhook_installed<T>(self, value: T) -> Self
pub fn webhook_secret<T>(self, value: T) -> Self
pub fn webhook_setup_reason<T>(self, value: T) -> Self
pub fn webhook_url<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for SubmitOAuthResponse
impl Clone for SubmitOAuthResponse
Source§fn clone(&self) -> SubmitOAuthResponse
fn clone(&self) -> SubmitOAuthResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SubmitOAuthResponse
impl Debug for SubmitOAuthResponse
Source§impl Default for SubmitOAuthResponse
impl Default for SubmitOAuthResponse
Source§impl From<SubmitOAuthResponse> for SubmitOAuthResponse
impl From<SubmitOAuthResponse> for SubmitOAuthResponse
Source§fn from(value: SubmitOAuthResponse) -> Self
fn from(value: SubmitOAuthResponse) -> Self
Converts to this type from the input type.
Source§impl TryFrom<SubmitOAuthResponse> for SubmitOAuthResponse
impl TryFrom<SubmitOAuthResponse> for SubmitOAuthResponse
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: SubmitOAuthResponse) -> Result<Self, ConversionError>
fn try_from(value: SubmitOAuthResponse) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for SubmitOAuthResponse
impl RefUnwindSafe for SubmitOAuthResponse
impl Send for SubmitOAuthResponse
impl Sync for SubmitOAuthResponse
impl Unpin for SubmitOAuthResponse
impl UnsafeUnpin for SubmitOAuthResponse
impl UnwindSafe for SubmitOAuthResponse
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