diff --git a/git/docs/cairo/enum.Antialias.html b/git/docs/cairo/enum.Antialias.html index 164f1e1c8cb9..ea957aa71ca2 100644 --- a/git/docs/cairo/enum.Antialias.html +++ b/git/docs/cairo/enum.Antialias.html @@ -95,8 +95,8 @@ Source§impl<T> IntoClosureReturnValue for Twhere T: Into<Value>,Source§fn into_closure_return_value(self) -> Option<Value>Source§impl<T> StaticTypeExt for Twhere T: StaticType,Source§fn ensure_type()Ensures that the type has been registered with the type system.Source§impl<T> ToOwned for Twhere - T: Clone,Source§type Owned = TThe resulting type after obtaining ownership.Source§fn to_owned(&self) -> TCreates owned data from borrowed data, usually by cloning. Read moreSource§fn clone_into(&self, target: &mut T)Uses borrowed data to replace owned data, usually by cloning. Read moreSource§impl<T> ToSendValue for Twhere - T: Send + ToValue + ?Sized,Source§fn to_send_value(&self) -> SendValueReturns a SendValue clone of self.Source§impl<T, U> TryFrom<U> for Twhere + T: Clone,Source§type Owned = TThe resulting type after obtaining ownership.Source§fn to_owned(&self) -> TCreates owned data from borrowed data, usually by cloning. Read moreSource§fn clone_into(&self, target: &mut T)Uses borrowed data to replace owned data, usually by cloning. Read moreSource§impl<T> ToSendValue for Twhere + T: Send + ToValue + ?Sized,Source§fn to_send_value(&self) -> SendValueReturns a SendValue clone of self.Source§impl<T, U> TryFrom<U> for Twhere U: Into<T>,Source§type Error = InfallibleThe type returned in the event of a conversion error.Source§fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>Performs the conversion.Source§impl<T> TryFromClosureReturnValue for Twhere T: for<'a> FromValue<'a> + StaticType + 'static,Source§fn try_from_closure_return_value(v: Option<Value>) -> Result<T, BoolError>Source§impl<T, U> TryInto<U> for Twhere U: TryFrom<T>,Source§type Error = <U as TryFrom<T>>::ErrorThe type returned in the event of a conversion error.Source§fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>Performs the conversion.
SendValue
self