Searched defs:from_mut (Results 1 – 11 of 11) sorted by relevance
23 pub fn from_mut(s: &mut String) -> &mut Self { in from_mut() method
20 pub fn from_mut<T>(slice: &mut [T]) -> Self { in from_mut() method
32 pub fn from_mut(v: &mut Vec<T>) -> &mut Self { in from_mut() method
122 pub(crate) fn from_mut(ptr: &'a mut T) -> Self { in from_mut() method
210 pub(crate) fn from_mut(ptr: &'a mut T) -> Self { in from_mut() function